DefaultOutputStream
Type
expression
Summary
Default output stream.
Syntax
the output stream
Description
The default output stream for output from the program.
In command-line programs, this is usually used to output the results of running the program. In CGI programs running on servers, this is usually used to output the data to be sent to the client.